[PHP-GD] How to use imagefill() from file?
Posted
by KPL
on Stack Overflow
See other posts from Stack Overflow
or by KPL
Published on 2010-04-11T17:44:13Z
Indexed on
2010/04/11
17:53 UTC
Read the original article
Hit count: 358
Hello people,
Thanks for looking at this question.
I wanted to know how can I use the GD function imagefill() to patch an image with another image.
imagefill() currently accepts resource of a color.
I can do that.
But wanted to know how this can be done with a file.
I noticed a user note -
But that didn't worked and took a long time for completion :-( http://www.php.net/manual/en/function.imagefill.php#84288
© Stack Overflow or respective owner